home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 301-325 / disk_313 / uucp / uucp1.lzh / man / UUCico < prev    next >
Text File  |  1990-01-10  |  3KB  |  112 lines

  1.  
  2.  
  3. NAME
  4.     UUCico
  5.  
  6. SYNOPSIS
  7.     UUCico -D[EVICE] device -U[NIT] unit -Getty -w -r1 -xn -o -[s/S]system -e
  8.  
  9. DESCRIPTION
  10.     UUCico is the basis for UUCP.    It can be run either from a
  11.     GETTY when somebody logs into the Amiga, or it can be run
  12.     from DCRON or manually to originate connections.
  13.  
  14.     Some options to UUCico are now outdated and should not be
  15.     used.  Specifically, earlier distributions did not have a
  16.     GETTY and UUCICO had to deal with waiting for connections
  17.     itself.
  18.  
  19.     Either way, the final result is a connection between your
  20.     machine and some remote machine.  UUCICO will retrieve any
  21.     queued work on the remote machine and send any queued work on
  22.     your machine.  These work files are located in UUCP:SPOOL.
  23.  
  24.     The term 'work' refers to items queued by other programs,
  25.     such as PNEWS and MAIL.  These programs create files in
  26.     UUCP:SPOOL that inform UUCICO what to do with them and where
  27.     to send them to.  On the flip side, when UUCICO receives a
  28.     work file it will write it to UUCP:SPOOL then run UUXQT.
  29.  
  30.     UUXQT scans received files and determines how to break them
  31.     up (for example, append them to the appropriate mail box or
  32.     news directory).  The control files in UUCP:SPOOL contain a
  33.     line indicating the appropriate program required to unpack
  34.     the files.  UUXQT reads this line and runs the proper
  35.     unpacker (RMAIL, RNEWS, or CUNBATCH).
  36.  
  37. GENERAL OPTIONS
  38.  
  39.     (*)'d Options are supplied automatically on Getty Initiated
  40.     connections
  41.  
  42.    (*)  -D devicename       Default is serial.device
  43.    (*)  -U unitnumber       Default is 0
  44.     -xn            Set log level
  45.  
  46. GETTY INITIATED OPTIONS
  47.  
  48.    (*)  -Getty              Tells UUCICO that it was started from a Getty.
  49.  
  50. MANUAL POLL OPTIONS
  51.  
  52.     -ssystem        Poll (call-up) the specified system
  53.     -Ssystem        Same as -s but ignore time restrictions
  54.     -r1            Call all systems we have pending work for
  55.  
  56. OBSOLETE OPTIONS    (WAIT MODE OPTIONS)  DO NOT USE IF YOU CAN HELP IT
  57.  
  58.     -w            Tells UUCICO to wait for one or more
  59.                 connections (depending on -e) AFTER having
  60.                 previously polled one or more systems
  61.                 (-r, -s, -S).
  62.  
  63.     -o            Tells UUCICO to not search for a CONNECT
  64.                 message when carrier is detected (hardwired
  65.                 configuration)
  66.  
  67.     -e            Tells UUCICO to loop forever waiting for
  68.                 connections.
  69.  
  70.     -n            FORCE WINDOW SIZE IN G PROTOCOL TO 1.
  71.                 Normally arbitrates 1 or 2.
  72.  
  73.     <nooptions>        If UUCICO is run without either -Getty,
  74.                 -s, or -r, it will wait for a single
  75.                 connection.
  76.  
  77. EXAMPLE
  78.                 -----
  79.  
  80.     ; Place a line similar to this in your startup-sequence!
  81.     ; See GETTY manual
  82.  
  83.     resident uucp:C/Getty
  84.     run <nil: >nil: Getty -A -B19200 -Mm
  85.  
  86.                 -----
  87.  
  88.     ; Manually poll system 'foo'
  89.     UUCico -sfoo
  90.  
  91.                 -----
  92.  
  93.     ; From DCRON  (DCRON ENTRY)
  94. 40    1    *    *    *    uucp:c/uucico -r1
  95.  
  96.  
  97.  
  98. FILES/REQUIRES
  99.     UUCP:
  100.     UUCP:c/*
  101.     UUCP:lib/*
  102.     UUCP:mail/
  103.     UUCP:spool/
  104.     UUCP:spool/LOGFILE
  105.  
  106. REFERENCES
  107.     manuals/Getty
  108.     manuals/DCron
  109.  
  110.  
  111.  
  112.